internal/runtime/maps.unhashableTypeError.typ (field)

2 uses

	internal/runtime/maps (current package)
		map.go#L892: type unhashableTypeError struct{ typ *abi.Type }
		map.go#L896: func (e unhashableTypeError) Error() string { return "hash of unhashable type: " + typeString(e.typ) }